body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}

body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

canvas {
    width: 100%;
    height: 100%;
    background-color: darkslategrey;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-color: black;
}

#Game{
    //width: 100%;
    //height:50%;
}
#myNavbar{
    background-color: #1e2d4d;
    color: azure;
}

#flappy{
    margin-top: 40px;
}

#neural-buttons{
    width:50%;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
}

button {
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 5px #666666;
    -moz-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 22px;
    background: #1e2d4d;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border:none;
    font-family: "Consolas";
}

button:hover {
    background: #96d1f5;
    text-decoration: none;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
    //background-image: url('http://eskipaper.com/images/carbon-fiber-background-1.jpg');
    min-height: 100%;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

}
